home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / free_sty.swf / scripts / DefineButton2_620 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2008-11-12  |  173b  |  11 lines

  1. on(rollOver){
  2.    _root.jue = 1;
  3.    var i = 1;
  4.    while(i <= 3)
  5.    {
  6.       _root["jue" + i]._alpha = 0;
  7.       i++;
  8.    }
  9.    _root["jue" + _root.jue]._alpha = 100;
  10. }
  11.